Fully Qualified Name: | Laminas\Hydrator\Strategy\StrategyEnabledInterface |
Name | Description | Defined By |
---|---|---|
addStrategy() | Adds the given strategy under the given name. | StrategyEnabledInterface |
getStrategy() | Gets the strategy with the given name. | StrategyEnabledInterface |
hasStrategy() | Checks if the strategy with the given name exists. | StrategyEnabledInterface |
removeStrategy() | Removes the strategy with the given name. | StrategyEnabledInterface |
Adds the given strategy under the given name.
Parameter Name | Type | Description |
---|---|---|
$name | ||
$strategy |
Returns:
Gets the strategy with the given name.
Parameter Name | Type | Description |
---|---|---|
$name |
Returns:
Checks if the strategy with the given name exists.
Parameter Name | Type | Description |
---|---|---|
$name |
Returns:
Removes the strategy with the given name.
Parameter Name | Type | Description |
---|---|---|
$name |
Returns: